Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anova Oneway implementation #300

Merged
merged 15 commits into from
Jan 18, 2021
Merged

Anova Oneway implementation #300

merged 15 commits into from
Jan 18, 2021

Conversation

jassak
Copy link
Contributor

@jassak jassak commented Jan 17, 2021

  • Implementation of Oneway Anova algorithm for one categorical and one numerical variable
  • Output of Anova includes:
    • Anova summary table
    • Tukey Honest Significant Differences test table
    • Mean plot for every level in the categorical variable
  • 95 Algorithm tests (80 local + 15 federated on 10 nodes)
  • 5 Exareme integration tests
  • 1 Privacy test
  • No property based testing (yet)

jassak added 13 commits January 14, 2021 10:36
Doesn't work correctly yet! Midway refactoring: removing the possibility
to run anova on multiple covariables, as this would be best implemented
using a) the formula and b) a linear regression model as a first step.
Since we don't yet have formulae and algorithm pipelines there is no
point in implementing the multivariate anova version.
Plus, add Tukey table to raw output.
Adds statmodels in Dockerfile also
@jassak jassak requested a review from ThanKarab January 17, 2021 17:52
@ThanKarab ThanKarab merged commit 98c7f60 into master Jan 18, 2021
@ThanKarab ThanKarab deleted the dev/anova branch January 18, 2021 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants